minios: fix thread safety of xenbus watches by requiring callers to
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 6 May 2008 12:34:52 +0000 (13:34 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 6 May 2008 12:34:52 +0000 (13:34 +0100)
commitcc489fb3c4f2d523cba4b8b13d2bf83564de8254
treec1c5303e97b6a35ce3693489d27c1dd378593e4e
parentea1c7a7225787dcda405a1a75a1e982624f1ef1a
minios: fix thread safety of xenbus watches by requiring callers to
provide their own queue of events, because else we can not dispatch to
watchers running in parallel.

Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
extras/mini-os/blkfront.c
extras/mini-os/fbfront.c
extras/mini-os/fs-front.c
extras/mini-os/include/lib.h
extras/mini-os/include/xenbus.h
extras/mini-os/netfront.c
extras/mini-os/xenbus/xenbus.c